Problem Solving 03


Beka Modebadze 2019 - https://github.com/bexxmodd/econ-papers-reproduction

Replication of a paper published by Paul Glewwe, Albert Park, Meng Zhao - "A better vision for development: Eyeglasses and academic performance in rural primary schools in China"

Original paper, published by Journal of Development Economics in 2016, you can download from here and dataset can be downloaded from here


Abstract: About 10% of primary school students in developing countries have poor vision, but very few of them wear glasses. Almost no research examines the impact of poor vision on school performance, and simple OLS estimates could be biased because studying harder may adversely affects one's vision. This paper presents results from a randomized trial in Western China that offered free eyeglasses to rural primary school students. Our preferred estimates, which exclude township pairs for which students in the control township were mistakenly provided eyeglasses, indicate that wearing eyeglasses for one academic year increased the average test scores of students with poor vision by 0.16 to 0.22 standard deviations, equivalent to 0.3 to 0.5 additional years of schooling. These estimates are averages across the two counties where the intervention was conducted. We also find that the benefits are greater for under-performing students. A simple cost-benefit analysis suggests very high economic returns to wearing eyeglasses, raising the question of why such investments are not made by most families. Wefind that girls aremore likely to refuse free eyeglasses, and that parental lack of awareness of vision problems, mothers' education, and economic factors (expenditures per capita and price) significantly affect whether children wear eyeglasses in the absence of the intervention.


In this assignment, we'll work on a paper that analyzes the educational effect of providing eyeglasses to students in China in an experimental setting. We discuss the second part of the paper that analyzes students’ choices over accepting eyeglasses (Part 8 and table 8).

In the experiment, students’ visual acuity is measured by optometrists and if it is less than a certain number, they are offered free eyeglasses. Students who are offered free eyeglasses have the option to accept the offer or reject it. The variable of interest is whether the students who are offered eyeglasses are actually wearing glasses. There is also a binary variable that shows whether the student is eligible for receiving eyeglasses. Eligibility and offer may not be perfectly aligned. (Read the reasons in the paper). The potential variables that may be used as explanatory variables, as well as variables for defining dependent variables are listed in the table below.

Part 1:

The variables and their description is as follows:

Variable Definition
countycode towncode schoolcode idcode Codes for county, township, school, and student
grade Student’s grade (1 to 5)
female =1 for female, =0 for male
birthdate; examdate Student’s birth date and exam date
lefteye; righteye Student’s eye exam results for left and right eye. A measure between 4 and 5.2, with 4 unable to read any line (out of 12 lines) in the board and 5.2 being able to read all the lines
height; weight Student’s height (centimeters) and weight (kilograms)
headeduc; headocc Household head’s education (codes 1-8) and occupation (1-8); Education (=years): 1=16y; 2=14; 3,4,5=12y; 6=9y; 7=6y; 8=0y; Occupation: 1=farmer; 2=worker; 3=teacher; 6=village leader, 4,5,7,8=others.
glasses =1 if the student had glasses before project started 2= if not
received =1 if the student received glasses in project 0= otherwise
eligible =1 if the student was considered as eligible to receive glasses =0 otherwise
offer =1 if the student was offered glasses in the project =0 otherwise
chinese04s2 math04s2 science04s2 Test scores in Chinese, math, and science in 2004 (before the project started)
townincpc Township income per capita






Part 2:


We run a regression of receiving eyeglasses on average visual acuity, a dummy for female, a dummy for having glasses before the program began, multiple dummies for head household occupation, household head’s years of schooling, township per capita income, and z-score of average test scores.


We'll analyze the effect of eye acuity on the probability of accepting the offer for male versus female students.


Part 3:

For the next part, we'll evaluate if the multivariate linear regression is the best model for our data of measuring the probability of accepting glasses. We start by visualizing regression of eye acuity and acceptance probability


We'll try to visualize the model based on logistic model.

Logistic function mathematically looks like this: alt text


Now we make the input of other parameters into our model; close to what we used for a linear regression


Next, we evaluate the accuracy of our predictions by generating a classification report


Beka Modebadze 2019 LinkedIn; Github